Add support for the ioport_permission dom0 op to xend and xm
authorkaf24@firebug.cl.cam.ac.uk <kaf24@firebug.cl.cam.ac.uk>
Mon, 7 Nov 2005 11:05:15 +0000 (12:05 +0100)
committerkaf24@firebug.cl.cam.ac.uk <kaf24@firebug.cl.cam.ac.uk>
Mon, 7 Nov 2005 11:05:15 +0000 (12:05 +0100)
commit12f3d679c665c0145021da0ca29e1b6de0447d9e
tree54e92db4e23d7a1a89c2ee4fd9c72ef80e408875
parent4cf846fd30b4ee793f88d57264480569deab8689
Add support for the ioport_permission dom0 op to xend and xm

xm now accepts a parameter 'ioports' that accepts a hex ioport
or ioport range, in the form 02f8[-02ff]

Signed-off-by: Jody Belka <knew (at) pimb (dot) org>
tools/python/xen/xend/XendDomain.py
tools/python/xen/xend/XendDomainInfo.py
tools/python/xen/xend/server/iopif.py [new file with mode: 0644]
tools/python/xen/xm/create.py